home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / tag_bbs / tagm26e.zip / DOORSYS.TXT next >
Text File  |  1993-04-27  |  4KB  |  85 lines

  1.   NewNew Door.Sys Format 07/07/90
  2.  
  3.   Format specifications for the universal Door System Interface.
  4.  
  5.  
  6.   03/14/88 - Submitted by the "Limited Release Software Group"
  7.              Originally developed by Rick Greer as a system whereby
  8.              Door authors can write programs that will work on
  9.              any BBS system that writes a DOOR.SYS file.
  10.  
  11.   Updated: 03/21/88 (RG)
  12.   Updated: 10/22/88 (KG)
  13.   Updated: 07/07/90 (KG)
  14.  
  15.   If a BBS program does not support one or more of the fields, the
  16.   "default" values should be written.
  17.  
  18.   When reading this file, you should not go into an EOF loop. In
  19.   other words, you should not read until you encounter End Of File.
  20.   Instead, you should read what you KNOW is there. This allows for
  21.   additions to the end of the file without forcing all programs to be
  22.   re-compiled.
  23.  
  24.   Each line is STRAIGHT ASCII TEXT with a CR/LF at the end.
  25.  
  26.  
  27. DOOR.SYS
  28. -----------------------------------------------------------------------------
  29. COM1:             <-- Comm Port - COM0: = LOCAL MODE
  30. 2400              <-- Caller's Baud Rate
  31. 8                 <-- Parity - 7 or 8
  32. 1                 <-- Node Number - 1 to 99                    (Default to 1)
  33. 19200             <-- DTE Rate. Actual BPS rate to use.
  34. Y                 <-- Screen Display - Y=On  N=Off             (Default to Y)
  35. Y                 <-- Printer Toggle - Y=On  N=Off             (Default to Y)
  36. Y                 <-- Page Bell      - Y=On  N=Off             (Default to Y)
  37. Y                 <-- Caller Alarm   - Y=On  N=Off             (Default to Y)
  38. RICK GREER        <-- User Full Name
  39. LEWISVILLE, TX    <-- Calling From
  40. (214)555-5555     <-- Home Phone
  41. (214)555-5555     <-- Work/Data Phone
  42. PASSWORD          <-- Password
  43. 110              *<-- Security Level
  44. 1456              <-- Total Times On
  45. 03/14/88          <-- Last Date Called
  46. 7560              <-- Seconds Remaining THIS call (for those that particular)
  47. 126               <-- Minutes Remaining THIS call
  48. GR                <-- Graphics Mode - GR=Graph, NG=Non-Graph, 7E=7,E Caller
  49. 23                <-- Page Length
  50. Y                 <-- User Mode - Y = Expert, N = Novice
  51. 1,2,3,4,5,6,7     <-- Conferences/Forums Registered In  (ABCDEFG)
  52. 7                 <-- Conference Exited To DOOR From    (G)
  53. 01/01/99          <-- User Expiration Date              (mm/dd/yy)
  54. 1                 <-- User File's Record Number
  55. Y                 <-- Default Protocol - X, C, Y, G, I, N, Etc.
  56. 0                *<-- Total Uploads
  57. 0                *<-- Total Downloads
  58. 0                *<-- Daily Download "K" Total
  59. 999999            <-- Daily Download Max. "K" Limit
  60. 10/22/88          <-- Caller's Birthdate
  61. G:\GAP\MAIN       <-- Path to the MAIN directory (where User File is)
  62. G:\GAP\GEN        <-- Path to the GEN directory
  63. Michael           <-- Sysop's Name (name BBS refers to Sysop as)
  64. Stud              <-- Alias name
  65. 00:05             <-- Event time                        (hh:mm)
  66. Y                 <-- If its an error correcting connection (Y/N)
  67. N                 <-- ANSI supported & caller using NG mode (Y/N)
  68. Y                 <-- Use Record Locking                    (Y/N)
  69. 14                <-- BBS Default Color (Standard IBM color code, ie, 1-15)
  70. 10               *<-- Time Credits In Minutes (positive/negative)
  71. 07/07/90          <-- Last New Files Scan Date          (mm/dd/yy)
  72. 14:32             <-- Time of This Call                 (hh:mm)
  73. 07:30             <-- Time of Last Call                 (hh:mm)
  74. 6                 <-- Maximum daily files available
  75. 3                *<-- Files d/led so far today
  76. 23456            *<-- Total "K" Bytes Uploaded
  77. 76329            *<-- Total "K" Bytes Downloaded
  78. A File Sucker     <-- User Comment
  79. 10                <-- Total Doors Opened
  80. 10283             <-- Total Messages Left
  81.  
  82.   Lines marked with an '*' will be re-read in GAP when a caller
  83.   returns from a door.
  84.  
  85.